Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaces Laravel Mix with Vite #27

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

maximilliangeorge
Copy link

This PR replaces the laravel-mix (webpack) compilation step with Vite.

With WP_ENVIRONMENT_TYPE set to development the bundle is served from localhost:3000, assuming Vite is running. HMR and CSS injection should work.

With WP_ENVIRONMENT_TYPE set to production the compiled bundle is served from the theme /dist directory.

@maximilliangeorge maximilliangeorge changed the title Replaces laravel-mix with vite Replaces laravel-mix with Vite Jan 8, 2023
@maximilliangeorge maximilliangeorge changed the title Replaces laravel-mix with Vite Replaces Laravel Mix with Vite Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant